home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / rexx / wbrexx_1_1.lzh / makefile < prev    next >
Makefile  |  1988-05-18  |  421b  |  19 lines

  1. WBRexx         : main.o wbrexx.o message.o areq.o pathname.o
  2.                  ln -w -o WBRexx main.o wbrexx.o message.o areq.o pathname.o -lc
  3.  
  4. main.o         : main.c
  5.                  cc main.c
  6.  
  7. AReq.o         : AReq.c
  8.                  cc AReq.c
  9.  
  10. WBRexx.o       : WBRexx.c
  11.                  cc WBRexx.c
  12.  
  13. message.o      : message.c
  14.                  cc message.c
  15.  
  16. pathname.o     : pathname.c
  17.                  cc pathname.c
  18.  
  19.